    .headlines {
        width: 100%;
        padding: 20px 50px;
        height: 80px;
    }
    
    .headlines img {
        width: 65px;
        float: left;
    }
    
    .headlines-title {
        vertical-align: top;
        margin-left: 45px;
        font-size: 30px;
        color: #E62018;
        font-weight: bold;
    }
    
    #banner {
        display: inline-block;
        position: relative;
        width: 680px;
        height: 350px;
        overflow: hidden;
    }
    
    #banner_list img {
        border: 0px;
        width:100%;
    }
    
    #banner_bg {
        position: absolute;
        bottom: 0;
        background-color: #000;
        height: 50px;
        filter: Alpha(Opacity=30);
        opacity: 0.6;
        z-index: 1000;
        cursor: pointer;
        width: 100%;
    }
    
    #banner_info {
        position: absolute;
        bottom: 0;
        left: 15px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        z-index: 1001;
        cursor: pointer;
        font-size: 16px;
        max-width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    #banner_text {
        position: absolute;
        width: 120px;
        z-index: 1002;
        right: 3px;
        bottom: 3px;
    }
    
    #banner ul {
        position: absolute;
        list-style-type: none;
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        z-index: 1002;
        margin: 0;
        padding: 0;
        right: 15px;
        height: 10px;
        line-height: 50px;
        bottom: 20px;
    }
    
    #banner ul li {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        margin-left: 5px;
        float: left;
        display: block;
        cursor: pointer;
    }
    
    #banner ul li.on {
        background: #CB4801;
        width: 30px;
        border-radius: 20px;
    }
    
    #banner_list a {
        position: absolute;
    }
    
    .banner-right {
        float: right;
        width: 500px;
        height: 350px;
    }
    
    .banner-right-nav {
        width: 100%;
        background-color: #C2DEF4;
        padding-top: 5px;
        height: 50px;
    }
    
    .banner-right-nav-item {
        float: left;
        font-size: 20px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        margin: 0 8px;
        line-height: 45px;
        padding: 0 15px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .banner-right-nav-item.active {
        background-color: #fff;
    }
    
    .none {
        display: none;
    }
    
    #swiper {
        margin-top: 20px;
        position: relative;
        width: 100%;
        height: 110px;
        overflow: hidden;
    }
    
    #swiper_list {
        position: relative;
    }
    
    #swiper_list img {
        border: 0px;
        width:100%;
    }
    
    .swiper-left {
        width: 45px;
        height: 45px;
        position: absolute;
        left: 25px;
        top: 31px;
        z-index: 1001;
        cursor: pointer;
    }
    
    .swiper-right {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 31px;
        z-index: 1001;
        cursor: pointer;
    }
    
    #textSwiper {
        position: relative;
        width: 100%;
        height: 160px;
        margin-top: 10px;
    }
    
    #textSwiper_list {
        position: relative;
		height:160px;
    }
    
    #textSwiper_list .textSwiper-item {
        border: 0px;
        position:static;
        width: 100%;		
    }
    
    .textSwiper-item-title {
        float: left;
        width: 25%;
        height: 30px;
        margin-bottom: 10px;
        line-height: 30px;
        cursor: pointer;
        font-size: 16px;
		overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    }
    
    #textSwiper ul {
        position: absolute;
        list-style-type: none;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1002;
        margin: 0;
        padding: 0;
    }
	#textSwiper .slick-dots .slick-active{ background-color:#0057A7; border:1px solid #0057A7;}
    
    #textSwiper ul li {
        border: 1px solid #999;
        background-color: #fff;
        cursor: pointer;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        float: left;
        margin-left: 8px;
    }
    
    #textSwiper ul li.on {
        background: #1B96FF;
        border: 1px solid #1B96FF;
    }
    
    .index-nav {
        width: 100%;
        height: 80px;
        line-height: 80px;
        margin-top: 20px;
    }
    
    .index-nav-item {
        float: left;
        width: 33.3%;
        text-align: center;
        line-height: 80px;
        height: 80px;
        position: relative;
        cursor: pointer;
        background-color: #DEE7F0;
    }
    
    .index-nav-item img {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 26%;
    }
    
    .index-nav-item.active {
        background-color: #0057A7;
        color: #fff;
    }
    
    .index-nav-item.active .img1 {
        display: none;
    }
    
    .index-nav-item.active .img2 {
        display: block;
    }
    
    .index-nav-item .img1 {
        display: block;
    }
    
    .index-nav-item .img2 {
        display: none;
    }
    
    .index-nav-item.active::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #0057A7;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    
    .index-nav-item-title {
        vertical-align: top;
        font-size: 28px;
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 26%;
    }
    
    .index-ul {
        list-style: none;
        margin: 0;
        padding: 0 5px;
        margin-top: 4px;	
		height:290px;
		overflow:hidden;
    }
    
    .index-li {
        width: 100%;
        line-height: 35px;
        height: 35px;
        cursor: pointer;
    }
    
    .index-li-yuan {
        float: left;
        margin-top: 16px;
        margin-right: 10px;
        width: 5px;
        height: 5px;
        background-color: #226CD5;
        border-radius: 50%;
    }
    
    .index-li-title {
        width: 85%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }
    
    .index-li-time {
        float: right;
        font-size: 16px;
        color: #999;
    }
    
    .select-box1 {
        margin-top: 30px;
        display: block;
    }
    
    .select-box1-nav {
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .select-box1-nav-item {
        float: left;
        width: 191px;
        margin-right: 10px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border: 1px solid #eee;
        border-radius: 3px;
        padding: 0 30px;
        position: relative;
        cursor: pointer;
    }
    
    .mobileShow {
        display: none;
        Visibility: hidden;
    }
    
    .select-box1-nav-item img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 23px;
        float: left;
    }
    
    .select-box1-nav-item-title {
        font-size: 18px;
        float: right;
    }
    
    .select-box1-nav-item:nth-child(6) {
        margin-right: 0;
    }
    
    .select-box1-nav-item:last-child {
        margin-right: 0;
    }
    
    .select-box1-content {
        width: 100%;
		overflow:hidden;
    }
    
    .select-box1-content-left {
        display: inline-block;
        width: 590px;
    }
    
    .select-title {
        width: 100%;
        padding: 10px 0;
        display: block;
        height: 50px;
        border-bottom: 1px solid #CDDAE5;
    }
    
    .select-title-text {
        float: left;
        line-height: 30px;
        font-size: 24px;
        margin-right: 10px;
        position: relative;
        cursor: pointer;
    }
    
    .select-title-text.active .select-title-text-line {
        width: 100%;
        height: 3px;
        background-color: #1A75D0;
        position: absolute;
        bottom: -10px;
    }
    
    .select-title-line {
        float: left;
        width: 1px;
        height: 30px;
        margin: 0 21px;
        background-color: #eee;
    }
    
    .select-box1-content-right {
        width: 590px;
        float: right;
        height: 340px;
    }
    
    .select-box1-content-right-top {
        width: 100%;
    }
    
    .select-title2 {
        width: 100%;
        height: 60px;
        position: relative;
    }
    
    .select-title2-line {
        width: 5px;
        height: 25px;
        margin-top: 17.5px;
        background-color: #0154A4;
        float: left;
    }
    
    .select-title2-text {
        font-size: 24px;
        font-weight: bold;
        color: #0154A4;
        line-height: 60px;
        margin-left: 10px;
        float: left;
    }
    
    .select-box1-content-right-top-content1 {
        border: 1px solid #97B7DE;
        height: 120px;
    }
    
    .select-box1-content-right-top-content1-item {
        width: 25%;
        float: left;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        padding: 0 25px;
    }
    
    .select-box1-content-right-top-content1-item-yuan {
        margin-bottom: 2px;
        margin-right: 10px;
        width: 3px;
        height: 3px;
        background-color: #226CD5;
        border-radius: 50%;
        float: left;
        margin-top: 18px;
    }
    
    .select-box1-content-right-top-content1-item-text {
        font-size: 16px;
        float: left;
    }
    
    #textSwiper2 {
        position: relative;
        width: 100%;
        height: 120px;
    }
    
    #textSwiper_list2 {
        position: relative;
        height: 120px;
    }
    
    #textSwiper_list2 .select-box1-content-right-bottom-content1 {
        border: 0px;
        width: 100%;
        height: 120px;
    }
    
    .select-title2-left {
        display: inline-block;
        position: absolute;
        left: 0;
    }
    
    .select-box1-content-right-bottom-content1-item {
        float: left;
        text-align: center;
        width: 140px;
        margin-right: 10px;
        height: 100px;
        background-color: #E7EEF6;
        position: relative;
    }
    
    .select-box1-content-right-bottom-content1-item img {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .select-box1-content-right-bottom-content1-item-text {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        font-size: 16px;
    }

    
    .select-box1-content-right-bottom {
        width: 100%;
    }
    
    .select-box2 {
        margin-top: 30px;
        display: none;
    }
    
    .select-box2-content-right-top-content1-item {
        float: left;
        width: 190px;
        height: 80px;
        text-align: center;
        background-color: #F5FAFD;
        margin-top: 5px;
        cursor: pointer;
        position: relative;
    }
    
    .select-box2-content-right-top-content1-item:nth-child(3n-1) {
        margin: 0 10px;
        margin-top: 5px;
    }
    
    .select-box2-content-right-top-content1-item img {
        width: 30px;
        margin-top: 10px;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .select-box2-content-right-top-content1-item-text {
        font-size: 14px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .select-box2-img {
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
    }
    
    .select-box3 {
        display: none;
        margin-top: 30px;
    }
    
    .zaixian-box {
        width: 100%;
        height: 150px;
        background-color: #F0F5F8;
        margin-top: 10px;
        padding: 20px;
    }
    
    .zaixian-box-text1 {
        font-size: 18px;
        color: #666;
        font-weight: bold;
    }
    
    .zaixian-box-text2 {
        margin-top: 10px;
        font-size: 16px;
        color: #333;
    }
    
    .zaixian-box-text3 {
        font-size: 16px;
        color: #999;
        margin-top: 10px;
    }
    
    .index-li2 {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
        height: 50px;
    }
    
    .index-li-yuan2 {
        width: 3px;
        height: 3px;
        background-color: #999;
        margin-right: 5px;
        vertical-align: top;
        margin-top: 10px;
        float: left;
    }
    
    .index-li-title2 {
        width: 60%;
        font-size: 16px;
        float: left;
    }
    
    .zhengjizhong {
        width: 80px;
        height: 30px;
        float: left;
        font-size: 16px;
        color: #E9974F;
        border: 1px solid #E9974F;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    
    .yijieshu {
        display: inline-block;
        width: 80px;
        height: 30px;
        font-size: 16px;
        color: #999;
        border: 1px solid #999;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    
    .index-li-time2 {
        display: inline-block;
        font-size: 16px;
        color: #999;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    
    .zixun-box {
        width: 100%;
        height: 180px;
        border: 1px solid #eee;
    }
    
    .zixun-box-item {
        float: left;
        width: 25%;
        text-align: center;
        height: 85px;
        cursor: pointer;
        position: relative;
    }
    
    .zixun-box-item img {
        position: absolute;
        width: 40px;
        top: 15px;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .zixun-box-item-text {
        font-size: 16px;
        position: absolute;
        bottom: 5px;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .hui-box {
        width: 100%;
        padding: 30px 0;
        background-color: #F2F4F7;
    }
    
    .hui-content-box {
        width: 1200px;
        margin: 0 auto;
        height: 150px;
        position: relative;
    }
    
    .hui-content-box-top img {
        width: 24%;
        float: left;
        margin-right: 1.3%;
        cursor: pointer;
    }
    
    .hui-content-box-top  > a:last-child img {
        margin-right: 0;
    }
    
    .hui-content-box-bt {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .hui-content-box-bt-title {
        float: left;
        font-size: 24px;
        font-weight: bold;
        width: 14.2%;
        vertical-align: bottom;
    }
    
    .hui-content-box-bt-item {
        font-size: 18px;
        width: 14.2%;
        float: left;
        vertical-align: top;
        text-align: center;
        margin-top: 5px;
        position: relative;
        cursor: pointer;
    }
    
    .hui-content-box-bt-item::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        border-top: 5px solid #999;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    
    .daohang-box {
        width: 100%;
        background-color: #fff;
        display: none;
    }
    
    .daohang-content {
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        line-height: 0;
    }
    
    .daohang-item {
        font-size: 16px;
        display: inline-block;
        width: 14.5%;
        line-height: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .select-title2-right {
        display: inline-block;
        position: absolute;
		font-size:0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .select-title2-right img {
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }
	
	.select-title2-right .morelink{ font-size:14px; display: inline-block; padding:0 6px; position:relative; top:-5px;}
    
    .zhengjizhong {
        width: 80px;
        height: 30px;
        float: left;
        font-size: 16px;
        color: #E9974F;
        border: 1px solid #E9974F;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    
    .yijieshu {
        display: inline-block;
        width: 80px;
        height: 30px;
        font-size: 16px;
        color: #999;
        border: 1px solid #999;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }



.govpushinfo150203 li a {
    width:calc(100% - 6em) !important;
}
..govpushinfo150203 li {
    padding-left:0 !important;
}
.banner-box {
    overflow: hidden;
}


  .bangong-box {
        width: 100%;
        padding: 30px;
        background-color: #a50101;
        font-size: 0;
    }
    
    .bangong-box-item {
        width: calc(100% / 6);
        display: inline-block;
        text-align: center;
        vertical-align: top;
        cursor: pointer;
    }
    
    .bangong-box-item img {
        height: 50px;
    }
    
    .bangong-box-item-text {
        font-size: 16px;
        color: #fff;
        width: 100px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    .gerenanqiye {
        display: block;
        font-size: 0;
    }
    
    .gerenanqiye-item {
        display: inline-block;
        width: 49%;
        margin-right: 2%;
        position: relative;
        border: 1px solid #ccc;
        vertical-align: top;
    }
    
    .gerenanqiye-item:last-child {
        margin-right: 0;
    }
    
    .gerenanqiye-item-top {
        background-color: #dbe7f8;
        padding: 15px;
    }
    
    .gerenanqiye-item-title {
        font-size: 24px;
        font-weight: bold;
        color: #2861bb;
    }
    
    .gerenanqiye-item-list {
        font-size: 0;
        display: block;
    }
    
    .gerenanqiye-item-list-item {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        font-size: 16px;
        width: 42%;
        margin-top: 10px;
    }
    
    .gerenanqiye-item-list-item::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -5px;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #333;
    }
    
    .gerenanqiye-item-more {
        font-size: 12px;
        color: #fff;
        padding: 5px 15px;
        border-radius: 20px;

        background-color: #299CFF;
        margin: 15px;
        display: inline-block;
        cursor: pointer;
    }
    
    .gerenanqiye-item img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.older .select-title2-right .morelink{ font-size:36px; padding:0 15px; top:-8px;}
.older .select-box1-content-right-bottom-content1-item{ height:200px;}
.older #textSwiper_list2{ height:auto;}
.older #textSwiper2,.older #textSwiper_list2 .select-box1-content-right-bottom-content1{ height:240px;}

.older #textSwiper,.older #textSwiper_list{ height:360px;}
.older .textSwiper-item-title{ height:72px; line-height:72px; font-size:36px;}
.older #textSwiper ul{ bottom:60px;}
.older #textSwiper ul li,.older .zt-banner .slick-dots li{ width:20px; height:20px;}
.older .select-box1-content-right-top .mobile_hidden{ display:block; overflow:hidden;}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;outline:0;min-height:1px;display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.zt-banner-box{ width:1200px; margin:0 auto;}
.zt-banner{ margin:35px -14px 0; padding:0 0 35px; overflow:hidden;}
.zt-banner .swiper-slide{ padding:0 14px;}
.zt-banner .swiper-slide img{ width:100%;}
.zt-banner .slick-dots { clear:both; margin:20px 0 0; padding: 0; list-style: none; width: 100%; text-align: center;}
.zt-banner .slick-dots li { display: inline-block; float:none; width: 12px; height: 12px; background:#ddd; border-radius: 50%; margin-right: 10px;}
.zt-banner .slick-dots li:last-child { margin-right: 0;}
.zt-banner .slick-dots li.slick-active { background: #0178DC;}


.default-newslist ul{ padding:0; margin:0; list-style:none;}
.default-newslist .index-ul{ padding:0;}
.part01 .index-ul,.select-box2 .index-ul{ padding:10px 0 0;}
.default-newslist .in_active{font-weight: bold; border-bottom: 2px solid #2861bb;}
.default-newslist .in_active a{color: #333;}
.default-newslist .in_active a:hover{color: #333;}
.default-newslist .in_tt{ overflow:hidden;}
.default-newslist .in_tc{ height:249px; overflow:hidden; margin-top:1px; padding:2px;}
.default-newslist .in_tt li{float: left;width: auto; background: none; padding: 0 5px; margin-left: 8px;}
.default-newslist .in_tt li:first-child{margin-left: 0;}
.default-newslist .in_tt li a{ height:38px; line-height:38px;}

.go_top{display:none}
.sjdwzz-a{display:none}

#index-banner{ display: inline-block; position: relative; width: 680px; height: 350px; overflow: hidden;}
.index-newspic{ width:100%; height:350px; overflow:hidden;}
.index-newspic .swiper-slide{ width:100%; height:350px; position:relative;}
.index-newspic .swiper-slide a{ width:100%; height:100%; display:block; border-radius:0;}
.index-newspic .swiper-note{ width:100%; color:#fff; background:rgba(0,0,0,0.6); height:58px; line-height:58px; padding:0 82px 0 18px; position:absolute; bottom:0;}
.index-newspic .swiper-pagination{ display:none !important;}
.index-newspic .slick-dots { clear:both; margin:20px; padding:0; text-align:center; list-style: none; position:absolute; bottom:0; right:0;}
.index-newspic .slick-dots li { display: inline-block; width: 10px; height: 10px; background:#dfdfdf; border-radius: 50%; margin-right: 8px; cursor:pointer;}
.index-newspic .slick-dots li:last-child { margin-right: 0;}
.index-newspic .slick-dots li.slick-active { background: #e01e26; width:30px; border-radius:20px;}

#change3{ margin:20px 0 0; height:100px; overflow:hidden;}
#change3 img{ width:100%; height:100px; display:block;}
#change3 .swiper-button-prev{ width:45px; height:45px; background:url(z-icon.png) no-repeat; background-size:cover; margin:0; position:absolute; left:20px;  top:30px; z-index:1001; cursor:pointer;}
#change3 .swiper-button-next{ width:45px; height:45px; background:url(y-icon.png) no-repeat; background-size:cover; margin:0; position:absolute; right:20px; top:30px; z-index:1001; cursor:pointer;}

.older .index-newspic{ height:auto;}
.older .index-newspic .swiper-slide{ height:650px;}

#textSwiper_list2 .slick-dots{ display:none !important;}


@media (max-width: 767px){ 
.index-newspic .slick-dots{ margin:0 .36rem; padding:0; display:flex !important; bottom:.33rem;}
.index-newspic .slick-dots li{width: 0.2rem;height: 0.2rem;margin-left:0;}
.index-newspic .swiper-note{ height:.9rem; line-height:.9rem; padding:0 2.7rem 0 .36rem; font-size:.3rem; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.UseInMobile .index-newspic .swiper-note{ height:auto; padding:.1rem 2.7rem .1rem .36rem;}
.index-newspic .slick-dots li.slick-active { background:#CB4801; width:.4rem; border-radius:.3rem;}
#change3{ margin:.36rem 0 0; height:1.4rem}
#change3 img{ height:1.4rem;}
#change3 .swiper-button-prev{ width:0.58rem; height:1.04rem; right:0.58rem; background-size:0.58rem; left:.22rem; top:.43rem;}
#change3 .swiper-button-next{ width:0.58rem; height:1.04rem; background-size:0.58rem; right:.22rem; top:.43rem;}
#index-banner { width: 100%; height: 5rem; display: block;}
.index-newspic{ height:auto;}
.index-newspic .swiper-slide{ height:5rem;}
.index-lc{ margin-bottom:.3rem;}

}